home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / PCCS_INC.ZIP / README.TXT < prev   
Encoding:
Text File  |  1997-04-29  |  779 b   |  30 lines

  1. 1. Copy pccs_m.inc, pccs_s.inc, kom_pccs.inc
  2.    in your folder or directory.
  3.    If you don't know where they should be, copy them "include"
  4.    sub-directory(folder).
  5.  
  6. 2. Specify this include file in your scene
  7.    like this ...
  8.  
  9.    ....
  10.    #include "kom_pccs.inc"
  11.    ....
  12.  
  13.    ....
  14.      pigment{ color paleBlue }
  15.    ....
  16.  
  17.  
  18. *** Note ***
  19. "pccs_m.inc" is main file. "pccs_s.inc" is a file which extends
  20. the color name definitions of pccs_m.inc. 
  21. "kom_pccs.inc" just calls pccs_m.inc and pccs_s.inc,
  22. so it is enough to include only "kom_pccs.inc" in your scene file.
  23. See kom_pccs.inc and my homepage, and you can get more information.
  24. Thank you for your time!
  25.  
  26. Komuro Hideki,  Tokyo,  Japan.
  27.  
  28. kom@super.win.or.jp
  29. http://www.win.or.jp/~a-kojima/indexe.html
  30.